DataConnector | ComponentOne
C1.AdoNet.Salesforce Assembly / C1.DataConnector.AdoNet Namespace / C1CommandBase<TCommandImpl> Class / Parameters Property

In This Topic
    Parameters Property (C1CommandBase<TCommandImpl>)
    In This Topic
    The Parameters list of this command.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parameters As C1DbParameterCollection
    public C1DbParameterCollection Parameters {get;}
    See Also